MindFusion.Wpf Pack Programmer's Guide
Stencil(TColor, TImage) Constructor
See Also
 





Initializes a new instance of the Stencil class.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public Stencil<TColor, TImage> (
    IPlatformHelper<TColor, TImage> platformHelper
)

Visual Basic  Copy Code

Public New (Of TColor, TImage) ( _
    platformHelper As IPlatformHelper(Of TColor, TImage) _
)

 Parameters

platformHelper

An object implementing the IPlatformHelper interface.

 See Also

Stencil(TColor, TImage) Class
MindFusion.Vsx Namespace